Given an object sysObj with IDfSysObject interface, what is the correct statement to retrieve the
long form of the document’s format?

A.
sysObj.getContentType();
B.
sysObj.getFormat().getName();
C.
sysObj.getFormat().getDescription();
D.
sysObj.getFormat().getDOSExtension();