public override string ToString() { if (_dict == null) { return(null); } else { return(_dict.ToString()); } }