# File lib/aws/s3/acl_object.rb, line 44
      def to_s
        if body_xml.empty?
          "<#{stag}/>"
        else
          "<#{stag}>#{body_xml}</#{element_name}>"
        end
      end