public virtual List <string> GetInformationMessages() { List <string> informationMessages = new List <string> { "Owner Name: ", "Phone Number: ", "Model Name: ", "Precent Of Energy Remaining: " }; informationMessages.AddRange(Wheel.GetInformationMessages()); return(informationMessages); }