def new_options_string(self):
        if self.new_options is None:
            return ''
        l = list(self.new_options)
        l.sort()