Need help with Get-Acl

I have this fairly simple test script to get ACL Auditing on folders/files. The issue I am running into is that some folders/files return the $ACL.Audit information as System.Object. It seems to be related to the folder/file getting the auditing from inheritance. I have a huge list of folders/files that I need this information from and ONLY a few of them return the information as System.Object. Any help is appreciated. Please point me to the error of my ways.

I got it figured … ignore the post