If I have a simple object like:
public class person { string name; string color; public override string ToString() { return name; } }