# File lib/lvm/volumes.rb, line 9
    def to_s
      x = []
      each {|o| x << o.name}
      return x.join(" ")
    end