I have often encountered an error such as \"cannot convert from \'method group\' to \'string\'\" in cases like:
var list = new List(); // ...
The ToString function has many overloads - the method group would be the group consisting of all the different overloads for that function.
ToString