public override string ToString() { var obj = ClrDump.GetSimpleValue(Address, ClrType); return(obj != null?obj.ToString() : string.Empty); }