GoF (Gang of Four) patterns are organized into three fundamental categories: Creational patterns handle object creation mechanisms, Structural patterns deal with class and object composition, and Behavioral patterns manage communication between objects. Option B correctly identifies these categories despite a minor spelling error.