# File lib/support.rb, line 291
  def to_s
    str = "Type.#{self.type.contents}"
    str << "_list" if self.list?
    str
  end