<P>Get a new PASString representing the toStrings() of the internally-held array of Objects.</P>
@return <CODE>(new <A HREF="~JD~pasaoo#pasaoo(o[],b)~EJD~">PASAOObject</A>([the internally-held array of Objects], true))</CODE>
**/
public final PASAOObject getPASAOObject() {
return (new PASAOObject(ao, true));
}