public string ToStringFormat() { return(string.Format("{0} {1}.{2}.", Surname, Name.Substring(0, 1), Lastname.Substring(0, 1))); }