def kinds_to_plain(occi_kinds)
      # using ERB templates for known kinds
      file = "#{File.expand_path('..', __FILE__)}/templates/kinds.erb"
      template = ERB.new(File.new(file).read, nil, '-')