Object.toString Method
Returns a string that represents the current object.
public str toString()
The default implementation returns the class name of the object. The method can be overridden in a derived class to return values that are meaningful for that type.
For example, an instance of the SysMethodInfo Class returns the method name and type of the method (instance or static).