public string Describe(string fileName) { CakewalkMapFile mapFile = new CakewalkMapFile(fileName); return(mapFile.ToString()); }