public override string ToString()
 {
     return(String.Join(",", collection.Select(COL => COL.ToString())));
 }