/*************************************/ public override List <string> GetChoiceNames() { return(Choices.Cast <IBHoMObject>().Select(x => x.Name).ToList()); }