public string ToString(string format) { if (!string.IsNullOrEmpty(format)) { return(RealObject.ToString(format)); } return(RealObject.ToString()); }