/// <summary> /// Gets the an XML string representation of the current instance. /// </summary> public string ConvertToXml() { return(SerializationTools.Serialize(this.list)); }