public override string ToString() { return(Date.ToShortDateString() + Name.PadLeft(40) + Attempts.ToString().PadLeft(40)); }