Question: retrieving returned values

I’m able to get my class to return an object, but not it’s contents. I get back “[object return]” or “[class return]”.

How do I get the contents of the object, for example the string or numeric or boolean value?

Thanks!