public DescriptionPair(object value, Description descriptor) { this.value = value; this.description = descriptor; }