Is it possible to pass in a bool variable into an overridden toString() method, so it can conditionally print the object in different formats?
bool
toString()
You can define overload method of ToString().
ToString()
public string ToString(bool status){ // }