ZCML File
configure.zcml

<configure
    xmlns="http://namespaces.zope.org/zope"
    >
<utility
    component=".vocabulary.ObjectInterfacesVocabulary"
    name="Object Interfaces"
    />
</configure>