I have a method with an Object o parameter.
In this method, I exactly know there is a String in \"o\" which is not null. There is no need t
Given that the reference type is an Object and all Objects have a toString() just call object.toString(). String.toString() just returns this.