public override string ToString() { string str = ""; str += levelName + ": " + levelProgress.ToString(); return(str); }