When converting an array to XML, the package seems to add an extra XML tag. ``` $this->Report = array( "Service" => array( "ID" => $serviceID, ``` Is coming out with an XML open and close tag around the array. How can I convert without this being added?