# File lib/enumerated_attribute/attribute/attribute_descriptor.rb, line 34
                        def select_options
                                @select_options ||= self.map{|e| [@labels_hash[e], e.to_s]}
                        end