Class name returns a string with the name of the type of the object
### Usage:
PRINT *, obj % className() if( obj % className = "FTLinkedListIterator")
FTLinkedListIterator