public string OnSave(List <object> listOfObjects, string fileName) { return(serialization.OnSave(listOfObjects, fileName)); }