public Parameter(Attribute attribute, Importance importance, string textValue)
 {
     this.Attribute  = attribute;
     this.Importance = importance;
     this.TextValue  = textValue;
 }