If you don't write your own ToString method, Object provides one for you (although not very useful, since it only return the namespace and name of the objects type).
Otherwise, you have to create it yourself, since the IDE cannot possibly know what you want to output as an object's ToString method.