public override string GetTooltipString() { string text = ""; text = Data.ToString(); return(text); }