The correct description of object-oriented programming (OOP) from the provided options is:
OOP facilitates encapsulation allowing all the relevant information and functions to be kept in one package.
This statement accurately reflects one of the key principles of OOP, which emphasizes bundling the data (attributes) and the methods (functions) that operate on the data into single units called objects, promoting information hiding and modularity.