Invoking a method designed to return a string representation of an object which is already a string is a waste of keystrokes. Similarly, explicitly invoking <code>ToString()</code> when the compiler would do it implicitly is also needless code-bloat.
This rule raises an issue when <code>ToString()</code> is invoked: