public string StringfySituations() { string str = ""; Situations.ForEach(x => str += $"{(int)x},"); str = str.Remove(str.Length); return(str); }