public override string ValueToString()
 {
     return((Tier != null) ? Tier.ToString() : ("? " + defaultValue));
 }