private string GetAlgoLabel()
 {
     return(Algorithm1.GetDescription() + " + " + Algorithm2.GetDescription());
 }